adTempus API
|
Gets the time at which the most recent instance of the job started.
__property VARIANT* ExecutionStart;
VARIANT* ExecutionStart;
Property ExecutionStart() As VARIANT*
This property shows the start time of the most recent instance to have started. If more than one instance was active at the same time, the ExecutionStart and ExecutionFinish times may not correspond to the same instance.
The date/time is the local time on the server (not UTC).
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|